home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / b / ik0ker.bwr < prev    next >
Encoding:
Text File  |  1992-09-29  |  3.3 KB  |  66 lines

  1. Kermit-370 4.2.x "Beware File" - Known Bugs, Problems, Limitations.
  2.  
  3. As of: 6:33pm  Wednesday, 1992 Sep 9
  4.  
  5. The following is the generic BWR file -- most BWR entries, however, are
  6. system-specific.  See the system-specific BWR for more information.
  7.  
  8. Note that Kermit-370 release numbers are now three-part (e.g., 4.2.0)
  9. and should be reported in full in any bug reports.
  10.  
  11. ---------------- 90/5/8 ------------------------------------------------
  12. A commonly reported "problem" is that Kermit-370 objects to a send
  13. packet size greater than 94, and users wonder how to turn on long-packet
  14. protocol for downloads.  The answer is that the the maximum packet size
  15. in Kermit protocol is always dictated by the receiving Kermit -- ALWAYS.
  16. NOTHING YOU CAN SAY TO A SENDING KERMIT WILL EVER MAKE IT SEND PACKETS
  17. LONGER THAN THE RECEIVING KERMIT ASKS FOR.  Conversely, Kermit-370 will
  18. always use packets as long as possible unless frequent transmission
  19. errors indicate a noisy communication line.  The only purpose for the
  20. send packet-size parameter in Kermit-370 is to set the default, in case
  21. the receiving Kermit is badly crippled (in which case, long packets are
  22. entirely out of the question anyway).
  23.  
  24. ---------------- 90/5/8 ------------------------------------------------
  25. With a few exceptions, CONTROLLER will be set automatically when Kermit
  26. is invoked.  Kermit-370 has been reported or rumored to work with many
  27. different types of front end.  See IK0AAA.HLP for a current list.
  28.  
  29. ---------------- 90/5/8 ------------------------------------------------
  30. A new restriction has come to light concerning Kermit through Renex
  31. protocol converters, such as the TMS-1.  It is necessary to make sure
  32. that typeahead is turned off in order to let graphics passthrough work.
  33. It may also be necessary to set the parity to MARK on both Kermits in
  34. both directions, thereby limiting the data channel effectively to a
  35. 7-bit width.
  36.  
  37. ---------------- 91/10/10 ----------------------------------------------
  38. Kermit-370 now supports the "end-of-attributes" attributes.  If that
  39. causes the other Kermit to refuse files (or worse, as has been found in
  40. the case of Kermit-11), the new attribute can be suppressed by issuing
  41.  
  42.        SET ATTRIB END OFF
  43.  
  44. to Kermit-370.
  45.  
  46. ---------------- 92/4/28 -----------------------------------------------
  47. When a file transfer or server mode ended, and the user reconnected back
  48. from MS-Kermit to the mainframe, the screen was (in the past) left with
  49. the "greetings", and it was necessary to refresh or clear the screen.
  50. That is no longer needed for versions of MS-Kermit 3.12 and higher.
  51.  
  52. ---------------- 92/9/9 ------------------------------------------------
  53. When the file character set is changed to one of the Kanji sets, and the
  54. previous setting was not one of those allowed with Kanji (CP290, CP500,
  55. CP281, and H-EBCDIK-DASH), the Kanji set is normally paired with the
  56. first of those (CP290), but the choice may be altered by changing the
  57. order of character sets listed at label TBVJP -- the first set is the
  58. default.  For example, to change the default to CP281, use the following
  59. update:
  60.  
  61.  ./ * SC92252 - Make CP281 the default SBCS with KANJI
  62.  ./ R 04448600          $ 4448600 100                  09/09/92 18:33:40
  63.  TBVJP    DC    CL(LALF)'CP281',CL(LALF)'CP500',CL(LALF)'CP290' @SC92252
  64.  
  65. ------------------------------------------------------------------------
  66.